๐งช Available Test APIs for Consumption Tutorials
Below are the specific endpoints used in the OutSystems tutorial video series. Click "View Signature" to see the required parameters, expected body/headers, and response structures.
| API No. | Method | API Name & Endpoint | Key Concept Demonstrated | Details | Link |
|---|---|---|---|---|---|
| API 01 | GET | Product List (Simple) | Basic **GET** and **List** consumption | Returns a simple JSON array of products. | View Signature |
| API 02 | GET | Product Detail by ID | **GET** with **URL Query Parameter** | Retrieves one product using `?id={id}`. | View Signature |
| API 03 | GET | Create New Product | **POST** with **JSON Request Body** | Sends data to create a new resource and returns **201 Created**. | View Signature |
| API 04 | GET | Product List (Basic Auth) | **Basic Authentication** (Username/Password) | Requires `ankitg` / `lowcode123` via Auth tab. | View Signature |
| API 05 | PUT/PATCH | Update Product Detail | **PUT/PATCH** and **Session Persistence** | Updates existing item using URL ID and JSON Body. | View Signature |
| API 06 | DELETE | Delete Product | **DELETE** with **Header Parameter** for ID | Deletes item based on the `X-Product-ID` header value. | View Signature |
| API 07 | SOAP | Currency Converter | **SOAP** Service Consumption (WSDL) | Classic example showing WSDL structure and XML interaction. | View Signature |
Note: This data is temporary (session-based) for APIs 05 and 06 to demonstrate real-time CRUD operations in the tutorial videos.
Meet Your Guide: AnkitG
Hello! I am **AnkitG**, an experienced **OutSystems Developer & Trainer** committed to creating clear, practical, and highly engaging tutorial content.
My goal is to simplify complex topics, ensuring you can master **OutSystems API integration** quickly and confidently.
๐ Watch the Tutorials Now!Note: This site is a private teaching resource. Direct access to the API endpoints is restricted and is only showcased within the official tutorial videos.